home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TMEDLG / TMEDLG.txt < prev   
Text File  |  1997-02-13  |  3KB  |  140 lines

  1. object MeDlg: TMeDlg
  2.   Left = 221
  3.   Top = 153
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Who am I?'
  8.   ClientHeight = 219
  9.   ClientWidth = 427
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object MyLabelRotate1: TMyLabelRotate
  18.     Left = 8
  19.     Top = 12
  20.     Width = 285
  21.     Height = 17
  22.     LabelStyle.AShadeLTSet = False
  23.     Caption = 'Hi, my name is Alfredo Milani-Comparetti.'
  24.     Font.Color = clNavy
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object MyLabelRotate2: TMyLabelRotate
  31.     Left = 8
  32.     Top = 32
  33.     Width = 285
  34.     Height = 17
  35.     LabelStyle.AShadeLTSet = False
  36.     Caption = 'I am a free-lance programmer and I love'
  37.     Font.Color = clNavy
  38.     Font.Height = -13
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object MyLabelRotate3: TMyLabelRotate
  44.     Left = 8
  45.     Top = 52
  46.     Width = 285
  47.     Height = 17
  48.     LabelStyle.AShadeLTSet = False
  49.     Caption = 'playing MUDs :-)'
  50.     Font.Color = clNavy
  51.     Font.Height = -13
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object MyLabelRotate5: TMyLabelRotate
  57.     Left = 8
  58.     Top = 92
  59.     Width = 285
  60.     Height = 17
  61.     LabelStyle.AShadeLTSet = False
  62.     Caption = 'My E-Mail address is'
  63.     Font.Color = clGreen
  64.     Font.Height = -13
  65.     Font.Name = 'Arial'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object MyLabelRotate6: TMyLabelRotate
  70.     Left = 8
  71.     Top = 112
  72.     Width = 285
  73.     Height = 33
  74.     LabelStyle.AShadeLTSet = False
  75.     Caption = 'MC3078@MCLINK.IT'
  76.     Font.Color = clRed
  77.     Font.Height = -24
  78.     Font.Name = 'Arial'
  79.     Font.Style = [fsBold, fsItalic]
  80.     ParentFont = False
  81.   end
  82.   object MyLabelRotate7: TMyLabelRotate
  83.     Left = 8
  84.     Top = 168
  85.     Width = 285
  86.     Height = 17
  87.     LabelStyle.AStyle3D = A3dResit
  88.     LabelStyle.AShadeLTSet = False
  89.     LabelStyle.AHShadeOffSet = 3
  90.     LabelStyle.AVShadeOffSet = 3
  91.     Caption = 'Feel free to ask me whatever you like.'
  92.     Font.Color = clBlue
  93.     Font.Height = -15
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsItalic]
  96.     ParentFont = False
  97.   end
  98.   object MyLabelRotate10: TMyLabelRotate
  99.     Left = 8
  100.     Top = 188
  101.     Width = 285
  102.     Height = 17
  103.     LabelStyle.AStyle3D = A3dResit
  104.     LabelStyle.AShadeLTSet = False
  105.     Caption = 'Suggestions, bugs, infos, are all welcome.'
  106.     Font.Color = clBlue
  107.     Font.Height = -15
  108.     Font.Name = 'Arial'
  109.     Font.Style = [fsItalic]
  110.     ParentFont = False
  111.   end
  112.   object BitBtn1: TBitBtn
  113.     Left = 313
  114.     Top = 168
  115.     Width = 89
  116.     Height = 29
  117.     TabOrder = 0
  118.     Kind = bkOK
  119.     Style = bsNew
  120.   end
  121.   object Panel1: TPanel
  122.     Left = 301
  123.     Top = 8
  124.     Width = 112
  125.     Height = 132
  126.     BevelInner = bvRaised
  127.     BevelOuter = bvLowered
  128.     BorderWidth = 4
  129.     TabOrder = 1
  130.     object Image1: TImage
  131.       Left = 6
  132.       Top = 6
  133.       Width = 100
  134.       Height = 120
  135.       AutoSize = True
  136.       Picture.Data = {<image000.bmp>}
  137.     end
  138.   end
  139. end
  140.